Commit 9a2f20f4 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix some syntax errors left by bug 489028

parent e000e514
...@@ -27,7 +27,7 @@ use Bugzilla::WebService::Server::REST::Resources::Classification; ...@@ -27,7 +27,7 @@ use Bugzilla::WebService::Server::REST::Resources::Classification;
use Bugzilla::WebService::Server::REST::Resources::Group; use Bugzilla::WebService::Server::REST::Resources::Group;
use Bugzilla::WebService::Server::REST::Resources::Product; use Bugzilla::WebService::Server::REST::Resources::Product;
use Bugzilla::WebService::Server::REST::Resources::User; use Bugzilla::WebService::Server::REST::Resources::User;
use Bugzilla::WebService::Server::REST::Resources::BugUserLastVisit;; use Bugzilla::WebService::Server::REST::Resources::BugUserLastVisit;
use Scalar::Util qw(blessed reftype); use Scalar::Util qw(blessed reftype);
use MIME::Base64 qw(decode_base64); use MIME::Base64 qw(decode_base64);
......
...@@ -26,6 +26,6 @@ ...@@ -26,6 +26,6 @@
"So, you have to turn on this option before any such deletions " _ "So, you have to turn on this option before any such deletions " _
"will ever happen." "will ever happen."
last_visit_keep_days => "This option controls how many days Bugzilla will " _ last_visit_keep_days => "This option controls how many days $terms.Bugzilla will " _
"remember when users visit specific bugs."} "remember when users visit specific ${terms.bugs}."}
%] %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment