summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProf Gra <christophegragnic@gmail.com>2014-07-12 22:53:39 +0200
committerProf Gra <christophegragnic@gmail.com>2014-07-12 22:53:39 +0200
commit441828a22a07939f872cf4f9501377dbdb50cb10 (patch)
treeaa4cb448ec7fab1cc3a74bd8d17ab129024f49b8
parente774033ff1382c859afba53c868c24b3cf6953a9 (diff)
downloadaskbot-441828a22a07939f872cf4f9501377dbdb50cb10.tar.gz
askbot-441828a22a07939f872cf4f9501377dbdb50cb10.tar.bz2
askbot-441828a22a07939f872cf4f9501377dbdb50cb10.zip
Typo fix: freqency -> frequency.
-rw-r--r--askbot/templates/email/change_settings_info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/email/change_settings_info.html b/askbot/templates/email/change_settings_info.html
index 0f96caa4..fde9b659 100644
--- a/askbot/templates/email/change_settings_info.html
+++ b/askbot/templates/email/change_settings_info.html
@@ -3,7 +3,7 @@
{% if is_multilingual %}
{% trans %}To change frequency, language and content of these alerts, please visit <a href="{{ url }}">your user profile</a>.{% endtrans %}
{% else %}
- {% trans %}To change freqency and content of these alerts, please visit <a href="{{ url }}">your user profile</a>.{% endtrans %}
+ {% trans %}To change frequency and content of these alerts, please visit <a href="{{ url }}">your user profile</a>.{% endtrans %}
{% endif %}
<br/>
{% trans %}If you believe that this message was sent in an error, please email about it the forum administrator at <a href="mailto:{{ admin_email }}">{{ admin_email }}</a>.{% endtrans %}