diff options
author | Corey Hulen <corey@hulen.com> | 2016-01-24 23:07:03 -0500 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2016-01-24 23:07:03 -0500 |
commit | e8faaa9dd14949ef39c8f4587c3472a4a54046e7 (patch) | |
tree | ec46e0a48aafc4a6bdf145821a6b5f02c981bc88 /api/templates/reset_subject.html | |
parent | 711594f227aa9f30e262d243d2e549ef201f24f3 (diff) | |
parent | e880835fbbeea4c26fc9a94b1b0a92f7692b0b82 (diff) | |
download | chat-e8faaa9dd14949ef39c8f4587c3472a4a54046e7.tar.gz chat-e8faaa9dd14949ef39c8f4587c3472a4a54046e7.tar.bz2 chat-e8faaa9dd14949ef39c8f4587c3472a4a54046e7.zip |
Merge pull request #1968 from ZBoxApp/PLT-7-templates
PLT-7: Refactoring api to use translations (chunk 4)
Diffstat (limited to 'api/templates/reset_subject.html')
-rw-r--r-- | api/templates/reset_subject.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/reset_subject.html b/api/templates/reset_subject.html index 87ad7bc38..a2852d332 100644 --- a/api/templates/reset_subject.html +++ b/api/templates/reset_subject.html @@ -1 +1 @@ -{{define "reset_subject"}}Reset your password{{end}} +{{define "reset_subject"}}{{.Props.Subject}}{{end}} |