mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix: #2336 use of invalid message key in comment notification (dutch)
This commit is contained in:
parent
c87b31b34c
commit
1fd21c1e02
@ -3,6 +3,7 @@ HumHub Change Log
|
||||
|
||||
1.2.0-beta.3 under developement
|
||||
--------------------------------
|
||||
- Fix: #2336 use of invalid message key in comment notification (dutch)
|
||||
- Enh: Disable user and space follow by means of module settings
|
||||
- Fix: Setting of submitName and upload input name in file upload JsWidget
|
||||
- Fix: Rendering of UploadButton without given id
|
||||
|
@ -7,7 +7,7 @@ return array (
|
||||
'{displayNames} just commented your {contentTitle} in space {space}' => '{displayNames} reageerde zojuist op uw {contentTitle} in ruimte {space}',
|
||||
'{displayName} commented {contentTitle}' => '{displayName} reageerde op {contentTitle}',
|
||||
'{displayName} commented {contentTitle} in space {space}' => '{displayName} reageerde op {contentTitle} in ruimte {space}',
|
||||
'{displayName} commented {contentTitle}.' => '{displayNames} heeft gereageerd: {contentTitle}.',
|
||||
'{displayName} commented {contentTitle}.' => '{displayName} heeft gereageerd: {contentTitle}.',
|
||||
'{displayName} just commented your {contentTitle}' => '{displayName} reageerde zojuist op uw {contentTitle}',
|
||||
'{displayName} just commented your {contentTitle} in space {space}' => '{displayName} reageerde zojuist op uw {contentTitle} in ruimte {space}',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user