dns provider/entries translation fix

This commit is contained in:
Tani Fiduccia 2019-09-05 10:29:30 -07:00
parent baefd10698
commit de024ff396
3 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
colspan="{{sortable.fullColspan}}" colspan="{{sortable.fullColspan}}"
class="text-center text-muted lacsso pt-20 pb-20" class="text-center text-muted lacsso pt-20 pb-20"
> >
{{t "clusterRow.noDnsData"}} {{t "globalDnsPage.noDnsData"}}
</td> </td>
</tr> </tr>
{{/if}} {{/if}}

View File

@ -66,7 +66,7 @@
colspan="{{sortable.fullColspan}}" colspan="{{sortable.fullColspan}}"
class="text-center text-muted lacsso pt-20 pb-20" class="text-center text-muted lacsso pt-20 pb-20"
> >
{{t "clusterRow.noDnsProviderData"}} {{t "globalDnsPage.noDnsProviderData"}}
</td> </td>
</tr> </tr>
{{/if}} {{/if}}

View File

@ -1475,10 +1475,10 @@ globalDnsPage:
header: Global DNS Entries header: Global DNS Entries
newDns: Add DNS Entry newDns: Add DNS Entry
noDnsMatch: No DNS entries match the current search. 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 newProvider: Add DNS Provider
noDnsProviderMatch: No DNS providers match the current search. 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 noProjects: There are no projects to select
noApps: No Accessible Multi-Cluster Apps noApps: No Accessible Multi-Cluster Apps
noProviders: No Accessible Providers noProviders: No Accessible Providers