mirror of https://github.com/rancher/ui.git
dns provider/entries translation fix
This commit is contained in:
parent
baefd10698
commit
de024ff396
|
|
@ -45,7 +45,7 @@
|
|||
colspan="{{sortable.fullColspan}}"
|
||||
class="text-center text-muted lacsso pt-20 pb-20"
|
||||
>
|
||||
{{t "clusterRow.noDnsData"}}
|
||||
{{t "globalDnsPage.noDnsData"}}
|
||||
</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
colspan="{{sortable.fullColspan}}"
|
||||
class="text-center text-muted lacsso pt-20 pb-20"
|
||||
>
|
||||
{{t "clusterRow.noDnsProviderData"}}
|
||||
{{t "globalDnsPage.noDnsProviderData"}}
|
||||
</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue