diff options
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index fd4313efdc..f2bb984b31 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -39,12 +39,12 @@ <span class="clearfix"></span> </li> {{else}} - <li>Not found any activity</li> + <li>Not any public activity yet.</li> {{end}} </ul> </div> {{else}} - <div class="tab-pane active">repo</div> + <div class="tab-pane active">repo</div> {{end}} </div> </div> |