diff --git a/lib/global-admin/addon/global-dns/entries/index/template.hbs b/lib/global-admin/addon/global-dns/entries/index/template.hbs index a0ba6a23d..56d35e69d 100644 --- a/lib/global-admin/addon/global-dns/entries/index/template.hbs +++ b/lib/global-admin/addon/global-dns/entries/index/template.hbs @@ -45,7 +45,7 @@ colspan="{{sortable.fullColspan}}" class="text-center text-muted lacsso pt-20 pb-20" > - {{t "clusterRow.noDnsData"}} + {{t "globalDnsPage.noDnsData"}} {{/if}} diff --git a/lib/global-admin/addon/global-dns/providers/index/template.hbs b/lib/global-admin/addon/global-dns/providers/index/template.hbs index d98670091..cdc161ea6 100644 --- a/lib/global-admin/addon/global-dns/providers/index/template.hbs +++ b/lib/global-admin/addon/global-dns/providers/index/template.hbs @@ -66,7 +66,7 @@ colspan="{{sortable.fullColspan}}" class="text-center text-muted lacsso pt-20 pb-20" > - {{t "clusterRow.noDnsProviderData"}} + {{t "globalDnsPage.noDnsProviderData"}} {{/if}} diff --git a/translations/en-us.yaml b/translations/en-us.yaml index 969f3e477..7059062e1 100644 --- a/translations/en-us.yaml +++ b/translations/en-us.yaml @@ -1475,10 +1475,10 @@ globalDnsPage: header: Global DNS Entries newDns: Add DNS Entry noDnsMatch: No DNS entries match the current search. - noDnsData: There are no global DNS entries yet. + noDnsData: There are no global DNS entries defined. newProvider: Add DNS Provider noDnsProviderMatch: No DNS providers match the current search. - noDnsProviderData: There are no global DNS providers yet. + noDnsProviderData: There are no global DNS providers defined. noProjects: There are no projects to select noApps: No Accessible Multi-Cluster Apps noProviders: No Accessible Providers