diff --git a/src/application/controller/settings/profile.php b/src/application/controller/settings/profile.php index ac23f56..273933e 100644 --- a/src/application/controller/settings/profile.php +++ b/src/application/controller/settings/profile.php @@ -142,7 +142,7 @@ if (isset($_POST) && !empty($_POST)) { MEMCACHE_COMPRESS, MEMCACHE_DHT_PROFILE_TIMEOUT); - $successMessage = _('Profile successfully saved!'); + $successMessage = _('Profile successfully updated!'); } }