Update user messaging

This commit is contained in:
Ming Ming 2022-01-17 18:24:16 +08:00
parent 19b89cb4e7
commit 27fce742f6
3 changed files with 11 additions and 4 deletions

View file

@ -451,9 +451,9 @@
"@connectButtonLabel": { "@connectButtonLabel": {
"description": "Label of the connect button" "description": "Label of the connect button"
}, },
"rootPickerSkipConfirmationDialogContent": "All your files will be included", "rootPickerSkipConfirmationDialogContent2": "All your files will be included. This may increase the memory usage and degrade performance",
"@rootPickerSkipConfirmationDialogContent": { "@rootPickerSkipConfirmationDialogContent2": {
"description": "Inform user what happens after skipping root picker" "description": "Warn user not to include all files in their server"
}, },
"megapixelCount": "{count}MP", "megapixelCount": "{count}MP",
"@megapixelCount": { "@megapixelCount": {

View file

@ -19,6 +19,7 @@
"settingsExperimentalTitle", "settingsExperimentalTitle",
"settingsExperimentalDescription", "settingsExperimentalDescription",
"settingsExperimentalPageTitle", "settingsExperimentalPageTitle",
"rootPickerSkipConfirmationDialogContent2",
"sortOptionManualLabel", "sortOptionManualLabel",
"helpButtonLabel", "helpButtonLabel",
"collectionSharingLabel", "collectionSharingLabel",
@ -85,6 +86,7 @@
"settingsExperimentalTitle", "settingsExperimentalTitle",
"settingsExperimentalDescription", "settingsExperimentalDescription",
"settingsExperimentalPageTitle", "settingsExperimentalPageTitle",
"rootPickerSkipConfirmationDialogContent2",
"timeSecondInputHint", "timeSecondInputHint",
"sortOptionManualLabel", "sortOptionManualLabel",
"helpButtonLabel", "helpButtonLabel",
@ -184,6 +186,7 @@
"settingsCaptureLogsDescription", "settingsCaptureLogsDescription",
"captureLogDetails", "captureLogDetails",
"captureLogSuccessNotification", "captureLogSuccessNotification",
"rootPickerSkipConfirmationDialogContent2",
"timeSecondInputHint", "timeSecondInputHint",
"sortOptionAlbumNameLabel", "sortOptionAlbumNameLabel",
"sortOptionAlbumNameDescendingLabel", "sortOptionAlbumNameDescendingLabel",
@ -284,6 +287,7 @@
"settingsMemoriesTitle", "settingsMemoriesTitle",
"settingsMemoriesSubtitle", "settingsMemoriesSubtitle",
"settingsMapProviderTitle", "settingsMapProviderTitle",
"rootPickerSkipConfirmationDialogContent2",
"helpButtonLabel", "helpButtonLabel",
"addUserInputHint", "addUserInputHint",
"sharedAlbumInfoDialogTitle", "sharedAlbumInfoDialogTitle",
@ -302,6 +306,7 @@
"settingsMemoriesTitle", "settingsMemoriesTitle",
"settingsMemoriesSubtitle", "settingsMemoriesSubtitle",
"settingsMapProviderTitle", "settingsMapProviderTitle",
"rootPickerSkipConfirmationDialogContent2",
"helpButtonLabel", "helpButtonLabel",
"addUserInputHint", "addUserInputHint",
"sharedAlbumInfoDialogTitle", "sharedAlbumInfoDialogTitle",
@ -355,6 +360,7 @@
"settingsCaptureLogsDescription", "settingsCaptureLogsDescription",
"captureLogDetails", "captureLogDetails",
"captureLogSuccessNotification", "captureLogSuccessNotification",
"rootPickerSkipConfirmationDialogContent2",
"timeSecondInputHint", "timeSecondInputHint",
"sortOptionAlbumNameLabel", "sortOptionAlbumNameLabel",
"sortOptionAlbumNameDescendingLabel", "sortOptionAlbumNameDescendingLabel",
@ -455,6 +461,7 @@
"settingsCaptureLogsDescription", "settingsCaptureLogsDescription",
"captureLogDetails", "captureLogDetails",
"captureLogSuccessNotification", "captureLogSuccessNotification",
"rootPickerSkipConfirmationDialogContent2",
"timeSecondInputHint", "timeSecondInputHint",
"sortOptionAlbumNameLabel", "sortOptionAlbumNameLabel",
"sortOptionAlbumNameDescendingLabel", "sortOptionAlbumNameDescendingLabel",

View file

@ -145,7 +145,7 @@ class _RootPickerState extends State<RootPicker> {
context: context, context: context,
builder: (context) => AlertDialog( builder: (context) => AlertDialog(
content: content:
Text(L10n.global().rootPickerSkipConfirmationDialogContent), Text(L10n.global().rootPickerSkipConfirmationDialogContent2),
actions: <Widget>[ actions: <Widget>[
TextButton( TextButton(
onPressed: () { onPressed: () {