Skip to content

Commit

Permalink
trans
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrneDev committed Aug 19, 2021
1 parent 8351526 commit 46a2276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/src/forum/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ app.initializers.add('kyrne-websocket', () => {
this.loadingUpdated = false;
},
loading: this.loadingUpdated,
}, app.translator.trans('kyrne-websocket.admin.discussion_list.show_updates_text', {count}))
}, app.translator.trans('kyrne-websocket.forum.discussion_list.show_updates_text', {count}))
);
}

Expand Down

0 comments on commit 46a2276

Please sign in to comment.