fix: translation

This commit is contained in:
particle-box
2026-03-07 04:41:46 +05:30
parent 28982aa655
commit 26077a8c87
2 changed files with 1 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ class ConvertMessageLocally : Feature("Convert Message Edit") {
createComposeAlertDialog(context.mainActivity!!) { alertDialog ->
ConvertMessageDialog(
title = context.translation["convert_message"],
title = context.translation["chat_action_menu.convert_message"],
subtitle = context.translation["convert_message_dialog.subtitle"],
closeLabel = context.translation["button.cancel"],
actions = actions.map { (label, _) ->