diff --git a/templates/main.php b/templates/main.php index 7eafecb..30d5898 100644 --- a/templates/main.php +++ b/templates/main.php @@ -118,7 +118,7 @@ use \OCA\OcSms\Lib\CountryCodes;
{{ selectedContact.label }}
{{ selectedContact.opt_numbers }}
-
t('%s message(s) shown of %s message(s) stored in database.', array( '{{ messages.length }}', '{{ totalMessageCount }}')));?>
+
t('%s messages shown of %s messages stored in database.', array( '{{ messages.length }}', '{{ totalMessageCount }}')));?>