Skip to content

Commit

Permalink
show dimension URL if no translation (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Apr 23, 2024
1 parent 4a9a139 commit d340ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/SharedDimensions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="is-flex-grow-1 is-flex is-justify-content-space-between is-flex-direction-column">
<div class="has-text-weight-bold">
<term-with-language :values="dimension.names" :selected-language="selectedLanguage">
<i>No translation for {{ selectedLanguage }}</i>
<i> {{ dimension.id.value }} </i> <small>(No translation for {{ selectedLanguage }})</small>
</term-with-language>
</div>
<p class="abbreviations is-size-7">
Expand Down

0 comments on commit d340ab4

Please sign in to comment.