mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-07 00:24:18 +00:00
Merge pull request 'fix(i18l): Change broken validations string for superuser SSH' (#276) from user-assets into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/276 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
5eadbd9e6b
|
@ -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>(
|
||||
|
|
Loading…
Reference in a new issue