diff options
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard.tmpl | 2 | ||||
-rw-r--r-- | templates/user/profile.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl index 14b3451562..306c3bc15d 100644 --- a/templates/user/dashboard.tmpl +++ b/templates/user/dashboard.tmpl @@ -22,7 +22,7 @@ <span class="clearfix"></span> </li> {{else}} - <li>Not any activity yet.</li> + <li>No any activity yet.</li> {{end}} </ul> </div> diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index f2bb984b31..9444452012 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -39,7 +39,7 @@ <span class="clearfix"></span> </li> {{else}} - <li>Not any public activity yet.</li> + <li>No any public activity yet.</li> {{end}} </ul> </div> |