From de024ff396d885a89b15e3a49ef000d2bc89b394 Mon Sep 17 00:00:00 2001 From: Tani Fiduccia Date: Thu, 5 Sep 2019 10:29:30 -0700 Subject: [PATCH] dns provider/entries translation fix --- lib/global-admin/addon/global-dns/entries/index/template.hbs | 2 +- .../addon/global-dns/providers/index/template.hbs | 2 +- translations/en-us.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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