diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-23 20:46:43 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-23 20:46:43 +0100 |
commit | 8bbc156ca9a4bf3bfff8a9b7014a002808b1b7f0 (patch) | |
tree | 74808e169701195ce18498f4de6dcf35778464a6 /template/en/default | |
parent | c94abb0445d015c1bffcd7207eac6fd9a3a8371b (diff) | |
download | bugzilla-8bbc156ca9a4bf3bfff8a9b7014a002808b1b7f0.tar.gz bugzilla-8bbc156ca9a4bf3bfff8a9b7014a002808b1b7f0.tar.xz |
Bug 1201113: Support to run Bugzilla as a PSGI application
r=dylan
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index d1bb873ca..4409d9ff3 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -103,6 +103,7 @@ END feature_mod_perl => 'mod_perl', feature_moving => 'Move Bugs Between Installations', feature_patch_viewer => 'Patch Viewer', + feature_psgi => 'PSGI Support', feature_rest => 'REST Interface', feature_smtp_auth => 'SMTP Authentication', feature_smtp_ssl => 'SSL Support for SMTP', |