mirror of
https://github.com/flarum/core.git
synced 2025-07-20 16:21:18 +02:00
Fix bad translation key
This commit is contained in:
@@ -131,7 +131,7 @@ export default class SettingsPage extends UserPage {
|
|||||||
|
|
||||||
items.add('discloseOnline',
|
items.add('discloseOnline',
|
||||||
Switch.component({
|
Switch.component({
|
||||||
children: app.trans('disclose_online'),
|
children: app.trans('core.disclose_online'),
|
||||||
state: this.user.preferences().discloseOnline,
|
state: this.user.preferences().discloseOnline,
|
||||||
onchange: (value, component) => {
|
onchange: (value, component) => {
|
||||||
this.user.pushAttributes({lastSeenTime: null});
|
this.user.pushAttributes({lastSeenTime: null});
|
||||||
|
Reference in New Issue
Block a user