]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Force avatar update for Contact Advanced page
[friendica.git] / mod / editpost.php
index 94d483172f6c14ce76f6de678817d5baf1bb8210..ca5db3e08105b7372f14f85a37cfc860b8962f07 100644 (file)
@@ -6,7 +6,6 @@
 use Friendica\App;
 use Friendica\Content\Feature;
 use Friendica\Core\Hook;
-use Friendica\Core\L10n;
 use Friendica\Core\Renderer;
 use Friendica\Database\DBA;
 use Friendica\DI;
@@ -71,6 +70,7 @@ function editpost_content(App $a)
                '$return_path' => '/display/' . $item['guid'],
                '$action' => 'item',
                '$share' => DI::l10n()->t('Save'),
+               '$loading' => DI::l10n()->t('Loading...'),
                '$upload' => DI::l10n()->t('Upload photo'),
                '$shortupload' => DI::l10n()->t('upload photo'),
                '$attach' => DI::l10n()->t('Attach file'),