1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

Changing Report crash logs to Submit crash logs (#1937)

* Changing Report crash logs to Submit crash logs

* Updated resources keys to match the new value

Co-authored-by: Federico Andrés Maccaroni <fedemkr@gmail.com>
This commit is contained in:
dwbit 2022-06-07 20:47:44 -04:00 committed by GitHub
parent ec71b21264
commit 3438ed94ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5819 additions and 3822 deletions

View File

@ -167,7 +167,7 @@ namespace Bit.App.Pages
{ {
await _vm.UpdatePinAsync(); await _vm.UpdatePinAsync();
} }
else if (item.Name == AppResources.ReportCrashLogs) else if (item.Name == AppResources.SubmitCrashLogs)
{ {
await _vm.LoggerReportingAsync(); await _vm.LoggerReportingAsync();
} }

View File

@ -296,7 +296,7 @@ namespace Bit.App.Pages
CreateSelectableOption(AppResources.No, !_reportLoggingEnabled), CreateSelectableOption(AppResources.No, !_reportLoggingEnabled),
}; };
var selection = await Page.DisplayActionSheet(AppResources.ReportCrashLogsDescription, AppResources.Cancel, null, options); var selection = await Page.DisplayActionSheet(AppResources.SubmitCrashLogsDescription, AppResources.Cancel, null, options);
if (selection == null || selection == AppResources.Cancel) if (selection == null || selection == AppResources.Cancel)
{ {
@ -525,7 +525,7 @@ namespace Bit.App.Pages
#if !FDROID #if !FDROID
new SettingsPageListItem new SettingsPageListItem
{ {
Name = AppResources.ReportCrashLogs, Name = AppResources.SubmitCrashLogs,
SubLabel = _reportLoggingEnabled ? AppResources.Enabled : AppResources.Disabled, SubLabel = _reportLoggingEnabled ? AppResources.Enabled : AppResources.Disabled,
}, },
#endif #endif

File diff suppressed because it is too large Load Diff

View File

@ -2196,11 +2196,11 @@
<data name="EnterTheVerificationCodeThatWasSentToYourEmail" xml:space="preserve"> <data name="EnterTheVerificationCodeThatWasSentToYourEmail" xml:space="preserve">
<value>Enter the verification code that was sent to your email</value> <value>Enter the verification code that was sent to your email</value>
</data> </data>
<data name="ReportCrashLogs" xml:space="preserve"> <data name="SubmitCrashLogs" xml:space="preserve">
<value>Report crash logs</value> <value>Submit crash logs</value>
</data> </data>
<data name="ReportCrashLogsDescription" xml:space="preserve"> <data name="SubmitCrashLogsDescription" xml:space="preserve">
<value>Help Bitwarden improve app stability by allowing crash reports.</value> <value>Help Bitwarden improve app stability by submitting crash reports.</value>
</data> </data>
<data name="OptionsExpanded" xml:space="preserve"> <data name="OptionsExpanded" xml:space="preserve">
<value>Options are expanded, tap to collapse.</value> <value>Options are expanded, tap to collapse.</value>