mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Add missing slash to routing key
This commit is contained in:
@@ -35,7 +35,7 @@ function Templates({ i18n }) {
|
|||||||
[`${templatePath}/notifications`]: i18n._(t`Notifications`),
|
[`${templatePath}/notifications`]: i18n._(t`Notifications`),
|
||||||
[`${templatePath}/completed_jobs`]: i18n._(t`Completed Jobs`),
|
[`${templatePath}/completed_jobs`]: i18n._(t`Completed Jobs`),
|
||||||
[surveyPath]: i18n._(t`Survey`),
|
[surveyPath]: i18n._(t`Survey`),
|
||||||
[`${surveyPath}add`]: i18n._(t`Add Question`),
|
[`${surveyPath}/add`]: i18n._(t`Add Question`),
|
||||||
[`${surveyPath}/edit`]: i18n._(t`Edit Question`),
|
[`${surveyPath}/edit`]: i18n._(t`Edit Question`),
|
||||||
[schedulesPath]: i18n._(t`Schedules`),
|
[schedulesPath]: i18n._(t`Schedules`),
|
||||||
[`${schedulesPath}/add`]: i18n._(t`Create New Schedule`),
|
[`${schedulesPath}/add`]: i18n._(t`Create New Schedule`),
|
||||||
|
|||||||
Reference in New Issue
Block a user