-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CB-5947 fix server config descriptions #3079
Conversation
@@ -41,11 +41,11 @@ export default [ | |||
['administration_configuration_wizard_configuration_security_public_credentials', 'Позволить сохранять приватные данные для пользователей'], | |||
[ | |||
'administration_configuration_wizard_configuration_security_admin_credentials_description', | |||
'Позволяет сохранять приватные данные, такие как пароли и SSH ключи', | |||
'Позволяет сохранять приватные данные для предварительно настроенных баз данных', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Позволяет сохранять приватные данные для предварительно настроенных баз данных
->
Позволяет сохранять приватные данные для предварительно настроенных подключений
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also i'm not sure about "предварительно настроенных" what does it mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about 'Позволяет сохранять приватные данные для настроенных подключений'
then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good
No description provided.