diff options
Diffstat (limited to 'templates/web/base/admin/responsepriorities')
-rw-r--r-- | templates/web/base/admin/responsepriorities/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/responsepriorities/edit.html b/templates/web/base/admin/responsepriorities/edit.html index a4dc61213..07d6906ba 100644 --- a/templates/web/base/admin/responsepriorities/edit.html +++ b/templates/web/base/admin/responsepriorities/edit.html @@ -24,7 +24,7 @@ </p> </div> <p> - <strong>[% loc('External ID:') %] </strong> + <strong>[% loc('External ID') %]:</strong> <input type="text" name="external_id" class="form-control" size="30" value="[% rp.external_id | html %]"> </p> |