diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-11 16:50:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-11 16:50:25 +0100 |
commit | 5b1ef760a06dd892a6decf6a621e710b5ae4e7bd (patch) | |
tree | bcb1a055ec081f533f122fa7172782d65edee2d2 /include/nav.php | |
parent | 4859e6e11a725c345de24749f8600a20ea0a4c2f (diff) | |
download | volse-hubzilla-5b1ef760a06dd892a6decf6a621e710b5ae4e7bd.tar.gz volse-hubzilla-5b1ef760a06dd892a6decf6a621e710b5ae4e7bd.tar.bz2 volse-hubzilla-5b1ef760a06dd892a6decf6a621e710b5ae4e7bd.zip |
notification: slight animation for loading... and do not remove public stream items on click (we can not mark them read)
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 66c4c1556..2366fe7f1 100644 --- a/include/nav.php +++ b/include/nav.php @@ -313,7 +313,7 @@ EOT; '$sitelocation' => $sitelocation, '$nav' => $x['nav'], '$banner' => $banner, - '$emptynotifications' => t('Loading...'), + '$emptynotifications' => t('Loading'), '$userinfo' => $x['usermenu'], '$localuser' => local_channel(), '$is_owner' => $is_owner, |