mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Fix missed instance of back button tooltip
This commit is contained in:
@@ -31,7 +31,7 @@ export default function boot(app) {
|
||||
}
|
||||
|
||||
app.routes[defaultAction].path = '/';
|
||||
app.history.push(defaultAction, icon('bars'), '/');
|
||||
app.history.push(defaultAction, app.translator.trans('core.forum.header.back_to_index_tooltip'), '/');
|
||||
|
||||
m.startComputation();
|
||||
|
||||
|
Reference in New Issue
Block a user