mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
fix: restructure locale keys to use proper nesting for migrate section
The i18n system resolves dots as nested path separators, but migrate keys were flat strings with dots in the key name. Restructure migrate as a nested object with a title sub-key.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
url: mountPath + "/admin/activities"
|
||||
},
|
||||
{
|
||||
title: __("activitypub.migrate"),
|
||||
title: __("activitypub.migrate.title"),
|
||||
url: mountPath + "/admin/migrate"
|
||||
}
|
||||
]}) }}
|
||||
|
||||
Reference in New Issue
Block a user