Skip to content

Commit

Permalink
Remove duplicated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxcode committed Nov 3, 2021
1 parent 088e89b commit e7eb38a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class="consul-external-source {{externalSource}}"
...attributes
>
Registered via {{t (concat "components.consul.external-source." externalSource)}}
Registered via {{t (concat "common.brand." externalSource)}}
</span>
</dt>
<dd>
Expand All @@ -18,7 +18,7 @@
</BlockSlot>
<BlockSlot @name="menu">
<li role="separator">
About {{t (concat "components.consul.external-source." externalSource)}}
About {{t (concat "common.brand." externalSource)}}
</li>
<li role="none" class="learn-link">
<a tabindex="-1" role="menuitem" href={{concat (env 'CONSUL_DOCS_LEARN_URL')}} rel="noopener noreferrer" target="_blank">
Expand All @@ -38,7 +38,7 @@
{{#if @label}}
{{@label}}
{{else}}
Registered via {{t (concat "components.consul.external-source." externalSource)}}
Registered via {{t (concat "common.brand." externalSource)}}
{{/if}}
</span>
{{/if}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,3 @@ source:
menu-title: About Routing Configs
links:
documentation: Documentation
external-source:
consul-api-gateway: Consul API Gateway
vault: Vault
kubernetes: Kubernetes
terraform: Terraform
nomad: Nomad
consul: Consul
aws: AWS

0 comments on commit e7eb38a

Please sign in to comment.