diff --git a/assets/translations/en.json b/assets/translations/en.json index 46847018..d624d8dc 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -90,8 +90,7 @@ "card_title": "Domain", "status": "Status — Good", "bottom_sheet": { - "1": "It's your personal internet address that will point to the server and other services of yours.", - "2": "{}" + "1": "It's your personal internet address that will point to the server and other services of yours." } }, "backup": { diff --git a/assets/translations/ru.json b/assets/translations/ru.json index 0727a918..383b7774 100644 --- a/assets/translations/ru.json +++ b/assets/translations/ru.json @@ -90,8 +90,7 @@ "card_title": "Домен", "status": "Статус — в норме", "bottom_sheet": { - "1": "Это ваш личный адрес в интернете, который будет указывать на сервер и другие ваши сервисы.", - "2": "{}" + "1": "Это ваш личный адрес в интернете, который будет указывать на сервер и другие ваши сервисы." } }, "backup": { @@ -99,9 +98,7 @@ "status": "Статус — в норме", "bottom_sheet": { "1": "Выручит Вас в любой ситуации: хакерская атака, удаление сервера и.т.д.", - "2": "Использовано 3Gb из бестплатых 10Gb.", - "3": "Последнее копирование была сделана вчера в {}." - + "2": "Использовано 3Gb из бестплатых 10Gb. Последнее копирование была сделана вчера в {}." } } }, diff --git a/lib/ui/pages/providers/providers.dart b/lib/ui/pages/providers/providers.dart index d158a5fb..5e22b66c 100644 --- a/lib/ui/pages/providers/providers.dart +++ b/lib/ui/pages/providers/providers.dart @@ -178,8 +178,7 @@ class _ProviderDetails extends StatelessWidget { children = [ BrandText.body1('providers.domain.bottom_sheet.1'.tr()), SizedBox(height: 10), - BrandText.body1( - 'providers.domain.bottom_sheet.2'.tr(args: [domainName])), + BrandText.body1(domainName), SizedBox(height: 10), BrandText.body1('providers.domain.status'.tr()), ];