Fix translation bug

This commit is contained in:
problematicconsumer
2023-10-03 12:15:46 +03:30
parent 81658a1c86
commit e8b529e354
4 changed files with 5 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ class AddProfileModal extends HookConsumerWidget {
mutationTriggered.value = false;
if (err case ProfileInvalidUrlFailure()) {
CustomToast.error(
t.profile.add.invalidUrlMsg,
t.failure.profiles.invalidUrl,
).show(context);
} else {
CustomAlertDialog.fromErr(t.presentError(err)).show(context);