Skip to content

Commit

Permalink
4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Dec 11, 2023
1 parent 0171d19 commit aaa4c3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 652 deletions.
2 changes: 2 additions & 0 deletions js/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ OCA.Analytics.Navigation = {
if (OCA.Analytics.isAdvanced) {
a.innerText = t('analytics', 'New dataset');
} else if (OCA.Analytics.isPanorama) {
// TRANSLATORS "Panorama" will be a product name. Do not translate, just capitalize if required
a.innerText = t('analytics', 'New panorama');
} else {
a.innerText = t('analytics', 'New report');
Expand Down Expand Up @@ -131,6 +132,7 @@ OCA.Analytics.Navigation = {
if (OCA.Analytics.isAdvanced) {
text = t('analytics', 'No dataset yet');
} else if (OCA.Analytics.isPanorama) {
// TRANSLATORS "Panorama" will be a product name. Do not translate, just capitalize if required
text = t('analytics', 'No panorama yet');
} else {
text = t('analytics', 'No report yet');
Expand Down
Loading

0 comments on commit aaa4c3f

Please sign in to comment.