diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-06-13 18:16:13 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-06-13 18:16:13 +1200 |
commit | 13448f34e263f27610391781d526353791c36026 (patch) | |
tree | 07aae3f2f97c3a1329f94ca69930ad97e77c80f3 /web/app/Resources.js | |
parent | cd86a9e571f64a945e037e054e39d61c59798152 (diff) | |
download | trackermap-server-13448f34e263f27610391781d526353791c36026.tar.gz trackermap-server-13448f34e263f27610391781d526353791c36026.tar.bz2 trackermap-server-13448f34e263f27610391781d526353791c36026.zip |
Add string resources for state
Diffstat (limited to 'web/app/Resources.js')
-rw-r--r-- | web/app/Resources.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/Resources.js b/web/app/Resources.js index 03993a2ec..6d0cccd05 100644 --- a/web/app/Resources.js +++ b/web/app/Resources.js @@ -77,7 +77,8 @@ var strings = { state_title: 'State', state_name: 'Parameter', - state_value: 'Value' + state_value: 'Value', + state_protocol: 'Protocol' }; var styles = { |