From d61b2cf69f0b4b6f923cf435cb7cd17dac7e762d Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 4 Jan 2022 06:29:41 +0200 Subject: [PATCH] update string --- src/application/controller/settings/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!'); } }