Skip to content
Snippets Groups Projects
Unverified Commit 5376d8c6 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add rotate-symbol and more tooltip text (#8)

parent 86528516
Branches
No related tags found
No related merge requests found
Pipeline #11589 passed
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"next-page": "Nächste Seite", "next-page": "Nächste Seite",
"last-page": "Letzte Seite", "last-page": "Letzte Seite",
"page-count": "von {{totalPages}}", "page-count": "von {{totalPages}}",
"rotate-signature": "Signatur rotieren", "rotate-signature": "Signatur im Uhrzeigersinn rotieren",
"rotate": "Rotieren", "rotate": "Rotieren",
"continue": "Platzierung bestätigen" "continue": "Platzierung bestätigen"
}, },
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"next-page": "Next page", "next-page": "Next page",
"last-page": "Last page", "last-page": "Last page",
"page-count": "of {{totalPages}}", "page-count": "of {{totalPages}}",
"rotate-signature": "Rotate signature", "rotate-signature": "Rotate signature clockwise",
"rotate": "Rotate", "rotate": "Rotate",
"continue": "Confirm placement" "continue": "Confirm placement"
}, },
......
...@@ -494,7 +494,7 @@ export class PdfPreview extends ScopedElementsMixin(VPULitElement) { ...@@ -494,7 +494,7 @@ export class PdfPreview extends ScopedElementsMixin(VPULitElement) {
<button class="button ${classMap({hidden: !this.isShowPlacement})}" <button class="button ${classMap({hidden: !this.isShowPlacement})}"
title="${i18n.t('pdf-preview.rotate-signature')}" title="${i18n.t('pdf-preview.rotate-signature')}"
@click="${() => { this.rotateSignature(); } }" @click="${() => { this.rotateSignature(); } }"
?disabled="${this.isPageRenderingInProgress}">${i18n.t('pdf-preview.rotate')}</button> ?disabled="${this.isPageRenderingInProgress}">&#10227; ${i18n.t('pdf-preview.rotate')}</button>
<button class="button is-primary ${classMap({hidden: !this.isShowPlacement})}" <button class="button is-primary ${classMap({hidden: !this.isShowPlacement})}"
@click="${() => { this.sendAcceptEvent(); } }">${i18n.t('pdf-preview.continue')}</button> @click="${() => { this.sendAcceptEvent(); } }">${i18n.t('pdf-preview.continue')}</button>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment