summaryrefslogtreecommitdiff
path: root/app/Model/UserNotification.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/UserNotification.php')
-rw-r--r--app/Model/UserNotification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/UserNotification.php b/app/Model/UserNotification.php
index 7795da2e..fcd1761b 100644
--- a/app/Model/UserNotification.php
+++ b/app/Model/UserNotification.php
@@ -54,7 +54,7 @@ class UserNotification extends Base
}
// Restore locales
- $this->config->setupTranslations();
+ $this->language->loadCurrentLanguage();
}
/**