fix(i18l): Change broken validations string for superuser SSH #276

Merged
NaiJi merged 1 commits from user-assets into master 2023-08-08 22:13:55 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class SshFormCubit extends FormCubit {
ValidationModel(
(final String newKey) =>
user.sshKeys.any((final String key) => key == newKey),
'validations.already_exists'.tr(),
'validations.already_exist'.tr(),
),
RequiredStringValidation('validations.required'.tr()),
ValidationModel<String>(