mirror of
https://github.com/flarum/core.git
synced 2025-07-28 20:20:34 +02:00
Add "forum" namespacing to previously renamed core keys
- Does not affect "core.deleted_user" global string. - Corresponding YAML will be sent later w/ more extracted strings.
This commit is contained in:
@@ -14,7 +14,7 @@ export default class DiscussionRenamedPost extends EventPost {
|
||||
}
|
||||
|
||||
descriptionKey() {
|
||||
return 'core.post_stream_discussion_renamed_text';
|
||||
return 'core.forum.post_stream_discussion_renamed_text';
|
||||
}
|
||||
|
||||
descriptionData() {
|
||||
|
Reference in New Issue
Block a user