Fix: #2336 use of invalid message key in comment notification (dutch)

This commit is contained in:
buddh4 2017-03-15 11:56:36 +01:00
parent c87b31b34c
commit 1fd21c1e02
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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}',
);