Don't hardcode app name in strings.xml (#2394)

(cherry picked from commit 3d3c36078a3b8cb741adffd46931aeab9cb38578)
This commit is contained in:
Secozzi
2025-08-11 21:46:07 +05:45
committed by NGB-Was-Taken
parent c96cf4b11a
commit d76d25379e
3 changed files with 7 additions and 4 deletions
@@ -57,7 +57,7 @@ fun ExtensionRepoCreateDialog(
},
text = {
Column {
Text(text = stringResource(MR.strings.action_add_repo_message))
Text(text = stringResource(MR.strings.action_add_repo_message, stringResource(MR.strings.app_name)))
OutlinedTextField(
modifier = Modifier