localisation added

This commit is contained in:
Mauro Romito
2022-12-13 13:56:49 +01:00
parent 5cc86f235d
commit 0f8642181e
5 changed files with 36 additions and 9 deletions
@@ -38,10 +38,9 @@ struct ComposerLinkActionViewState: BindableState {
extension ComposerLinkActionViewState {
var title: String {
// TODO: Add translations
switch linkAction {
case .createWithText, .create: return "Create a link"
case .edit: return "Edit link"
case .createWithText, .create: return VectorL10n.wysiwygComposerLinkActionCreateTitle
case .edit: return VectorL10n.wysiwygComposerLinkActionEditTitle
}
}