1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 23:03:23 +00: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
4 changed files with 5819 additions and 3822 deletions

View File

@@ -296,7 +296,7 @@ namespace Bit.App.Pages
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)
{
@@ -525,7 +525,7 @@ namespace Bit.App.Pages
#if !FDROID
new SettingsPageListItem
{
Name = AppResources.ReportCrashLogs,
Name = AppResources.SubmitCrashLogs,
SubLabel = _reportLoggingEnabled ? AppResources.Enabled : AppResources.Disabled,
},
#endif