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}}"
|
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}}
|
||||||
|
|
|
||||||
|
|
@ -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}}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue