mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +08: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