Remove extra %s from comment notification text (#770)

This commit is contained in:
onli 2021-07-26 16:18:13 +02:00
parent 9a60f9a494
commit 443ffc5039
2 changed files with 2 additions and 2 deletions

View File

@ -1066,7 +1066,7 @@
/* SERVE OPTIN */
@define('NOTIFICATION_OPTIN_FAIL', 'Your subscription could not be confirmed. Please check the link you clicked on for completion. If the link was sent more than 3 weeks ago, you must request a new confirmation mail.');
@define('NOTIFICATION_CONFIRM_SUBMAIL', 'Your confirmation of your subscription to new comments to "%s" has been successfully entered.');
@define('NOTIFICATION_CONFIRM_SUBMAIL', 'Your confirmation of your subscription to new comments has been successfully entered.');
/* SERVE UNSUBSCRIBE */
@define('NOTIFICATION_UNSUBSCRIBE_CONFIRM', "Your subscription to \"%s\" is successfully deleted. You won't get informed about new articles.");

View File

@ -1067,7 +1067,7 @@
/* SERVE OPTIN */
@define('NOTIFICATION_OPTIN_FAIL', 'Your subscription could not be confirmed. Please check the link you clicked on for completion. If the link was sent more than 3 weeks ago, you must request a new confirmation mail.');
@define('NOTIFICATION_CONFIRM_SUBMAIL', 'Your confirmation of your subscription to new comments to "%s" has been successfully entered.');
@define('NOTIFICATION_CONFIRM_SUBMAIL', 'Your confirmation of your subscription to new comments has been successfully entered.');
/* SERVE UNSUBSCRIBE */
@define('NOTIFICATION_UNSUBSCRIBE_CONFIRM', "Your subscription to \"%s\" is successfully deleted. You won't get informed about new articles.");