fix some string resources
This commit is contained in:
@@ -143,7 +143,7 @@ class TranslationService(private val context: Context) {
|
||||
playable = TextToSpeechHelper.isPlayable(context, targetLang),
|
||||
sourceText = sentence,
|
||||
// FIXED: Removed translatedText = fixed
|
||||
translationSource = context.getString(R.string.translation_server),
|
||||
translationSource = context.getString(R.string.label_translation_server),
|
||||
translationModel = null
|
||||
)
|
||||
}
|
||||
@@ -204,7 +204,7 @@ class TranslationService(private val context: Context) {
|
||||
targetLanguageCode = targetLang.nameResId,
|
||||
sourceText = word,
|
||||
// FIXED: Removed translatedText = fixed
|
||||
translationSource = context.getString(R.string.translation_server),
|
||||
translationSource = context.getString(R.string.label_translation_server),
|
||||
translationModel = null
|
||||
)
|
||||
}
|
||||
|
||||
@@ -146,7 +146,7 @@ fun CategoryProgressWidget(
|
||||
|
||||
SecondaryButton(
|
||||
onClick = onViewAllClicked,
|
||||
text = stringResource(id = R.string.text_view_all),
|
||||
text = stringResource(id = R.string.label_all_categories),
|
||||
icon = AppIcons.ArrowForward
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user