mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge pull request #7707 from nixocio/ui_update_per_mockup
Update wording to equal mock up Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
b009b01251
@ -11,7 +11,7 @@ import Breadcrumbs from '../../components/Breadcrumbs';
|
||||
function CredentialTypes({ i18n }) {
|
||||
const [breadcrumbConfig, setBreadcrumbConfig] = useState({
|
||||
'/credential_types': i18n._(t`Credential Types`),
|
||||
'/credential_types/add': i18n._(t`Create Credential Types`),
|
||||
'/credential_types/add': i18n._(t`Create new credential type`),
|
||||
});
|
||||
|
||||
const buildBreadcrumbConfig = useCallback(
|
||||
@ -21,10 +21,10 @@ function CredentialTypes({ i18n }) {
|
||||
}
|
||||
setBreadcrumbConfig({
|
||||
'/credential_types': i18n._(t`Credential Types`),
|
||||
'/credential_types/add': i18n._(t`Create Credential Types`),
|
||||
'/credential_types/add': i18n._(t`Create new credential Type`),
|
||||
[`/credential_types/${credentialTypes.id}`]: `${credentialTypes.name}`,
|
||||
[`/credential_types/${credentialTypes.id}/edit`]: i18n._(
|
||||
t`Edit Details`
|
||||
t`Edit details`
|
||||
),
|
||||
[`/credential_types/${credentialTypes.id}/details`]: i18n._(t`Details`),
|
||||
});
|
||||
|
||||
@ -122,7 +122,7 @@ function TemplateList({ i18n }) {
|
||||
|
||||
if (canAddJT) {
|
||||
addButtonOptions.push({
|
||||
label: i18n._(t`Template`),
|
||||
label: i18n._(t`Job Template`),
|
||||
url: `/templates/job_template/add/`,
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user