mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Add missing i18n strings to CustomRecordingNotificationsScreen
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
parent
86382afc1b
commit
8d070b370e
@ -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,
|
||||
)
|
||||
}
|
||||
},
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user