diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-24 19:28:54 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-24 19:35:19 -0500 |
commit | 7c47d157c69a164b2c7b745f8738d0ce10426a6d (patch) | |
tree | efd9a07e00d7c24c78e2fd12b0ec494588c8eae6 | |
parent | 4ff211f203e8b99b12735de5ffd239f03425ea7f (diff) |
RT#18361: Delay package from billing until services are provisioned [text change]
-rw-r--r-- | httemplate/elements/template_image-dialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/template_image-dialog.html b/httemplate/elements/template_image-dialog.html index 5691d52b5..f7fb0c291 100644 --- a/httemplate/elements/template_image-dialog.html +++ b/httemplate/elements/template_image-dialog.html @@ -94,7 +94,7 @@ url - to redirect to after upload, otherwise just refreshes dialog window <% include( '/elements/tr-select-agent.html', 'label' => "<B>Agent</B>", - 'empty_label' => 'Select agent', + 'empty_label' => '(global)', 'agent_virt' => 1, 'agent_null_right' => 'Edit global templates', ) |