fix: Add missing i18n strings to CustomRecordingNotificationsScreen

Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
Myzel394 2024-02-23 23:20:16 +01:00
parent 86382afc1b
commit 8d070b370e
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185
2 changed files with 3 additions and 1 deletions

View File

@ -71,9 +71,10 @@ fun CustomRecordingNotificationsScreen(
},
navigationIcon = {
IconButton(onClick = onBackNavigate) {
val label = stringResource(R.string.goBack)
Icon(
Icons.AutoMirrored.Filled.ArrowBack,
contentDescription = "Back"
contentDescription = label,
)
}
},

View File

@ -190,4 +190,5 @@
<string name="ui_videoRecorder_action_start_settings_cameraLens_unknown_label">Unknown</string>
<string name="ui_settings_option_saveFolder_explainInternalFolder_explanation">To protect your privacy, Alibi stores its batches into its own private, encrypted storage. This storage is only accessible by Alibi and can\'t be accessed by other apps or by a possible intruder. Once you save the recording, you will be asked where you want to save the recording to.</string>
<string name="ui_rotateDevice_portrait_label">Please rotate your device to portait mode</string>
<string name="goBack">Back</string>
</resources>