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:28:54 -0500 |
commit | ed673c4be67ad4d3b549df3b5f20fe5d76d6e944 (patch) | |
tree | 876e94232d496df10ef5dbac474135e9b45f284b /httemplate/elements | |
parent | df94942698dac9ecf31b8d1eb7a0d383b247ee17 (diff) |
RT#18361: Delay package from billing until services are provisioned [text change]
Diffstat (limited to 'httemplate/elements')
-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', ) |