aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 19:05:16 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 19:05:16 +0200
commitc71f95c689ecd939aea45fc6b57eae900d357899 (patch)
treeffe990e32a7507767ac4121e0b97f0e2eaf13f60 /pyaggr3g470r/templates
parentAccount import near to be OK. (diff)
downloadnewspipe-c71f95c689ecd939aea45fc6b57eae900d357899.tar.gz
newspipe-c71f95c689ecd939aea45fc6b57eae900d357899.tar.bz2
newspipe-c71f95c689ecd939aea45fc6b57eae900d357899.zip
Updated translations.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index 4a124a02..f8d66873 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -41,7 +41,7 @@
<button class="btn btn-default" type="submit">OK</button>
</form>
<br />
- <a href="/export/?format=JSON" class="btn btn-default">Export account to JSON</a>
+ <a href="/export/?format=JSON" class="btn btn-default">{{ _('Export account to JSON') }}</a>
</div>
<div class="jumbotron">
<h1>{{ _('Export articles') }}</h1>
bgstack15