diff options
author | Sam James <sam@gentoo.org> | 2024-08-25 19:16:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-25 20:08:53 +0100 |
commit | 83e6b11c14d4b82973c498a0a1a28d6696f6ecfa (patch) | |
tree | 42032d0bd1c4e9721e486dab2aa49b9b72e1486b /template | |
parent | template: bug/edit: prettify disabled text (diff) | |
download | bugzilla-83e6b11c14d4b82973c498a0a1a28d6696f6ecfa.tar.gz bugzilla-83e6b11c14d4b82973c498a0a1a28d6696f6ecfa.tar.bz2 bugzilla-83e6b11c14d4b82973c498a0a1a28d6696f6ecfa.zip |
template: bug/edit: fix syntax
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 218e5debb..c07f0bf9c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1155,7 +1155,7 @@ [% INCLUDE bug/comment.html.tmpl minrows = 10 maxrows = 25 - disabled = You are not allowed to make an additional comment on this [% terms.bug %]. + disabled = You are not allowed to make an additional comment on this bug. cols = constants.COMMENT_COLS %] [% END %] |