Fix typo in i18n files.
This commit is contained in:
parent
b46209b97f
commit
fdd2542fb2
2 changed files with 4 additions and 4 deletions
|
|
@ -53,10 +53,10 @@ our $I18N = {
|
|||
message => 'Anonieme inschrijvingen zijn niet toegestaan. Log in om in- of uit te schrijven.',
|
||||
},
|
||||
|
||||
'subscription succesful' => {
|
||||
'subscription successful' => {
|
||||
message => 'Uw inschrijving is geslaagd. <a href="%s">Terug naar de site</a>',
|
||||
},
|
||||
'unsubscription succesful' => {
|
||||
'unsubscription successful' => {
|
||||
message => 'Uw uitschrijving is geslaagd. <a href="%s">Terug naar de site</a>',
|
||||
},
|
||||
'wrong code' => {
|
||||
|
|
|
|||
|
|
@ -53,10 +53,10 @@ our $I18N = {
|
|||
message => 'Anonymous subscription is not allowed. Please log in to (un)subscribe',
|
||||
},
|
||||
|
||||
'subscription succesful' => {
|
||||
'subscription successful' => {
|
||||
message => 'You are succesfully subscribed. <a href="%s">Back to site</a>',
|
||||
},
|
||||
'unsubscription succesful' => {
|
||||
'unsubscription successful' => {
|
||||
message => 'You are succesfully unsubscribed. <a href="%s">Back to site</a>',
|
||||
},
|
||||
'wrong code' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue