Add placeholder to add segment dialog

'Autogenerated' placeholder is shown when adding new segment.

https://fedorahosted.org/freeipa/ticket/5867

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-06-13 10:29:49 +02:00
committed by Petr Vobornik
parent ab52b33c71
commit f85c347f4d
3 changed files with 3 additions and 0 deletions

View File

@@ -739,6 +739,7 @@ class i18n_messages(Command):
"user": _("Who"),
},
"topology": {
"autogenerated": _("Autogenerated"),
"segment_details": _("Segment details"),
"replication_config": _("Replication configuration"),
"insufficient_domain_level" : _("Managed topology requires minimal domain level ${domainlevel}"),