Commit 09959441 by Őry Máté

dashboard: rephrase ConnectCommandListTable empty text

parent d5336b37
......@@ -283,6 +283,7 @@ class ConnectCommandListTable(Table):
'id': "profile-command-list-table"}
fields = ('name', 'access_method', 'template', 'actions')
prefix = "cmd-"
empty_text = _("You don't have any custom connection string, the "
"default ones will be used. These command strings "
"would be displayed on the VM detail page.")
empty_text = _(
"You don't have any custom connection commands yet. You can "
"specify commands to be displayed on VM detail pages instead of "
"the defaults.")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment