[ACA-2210] Version Dialog - update button text (#939)

* dialog action buttons text to uppercase

* dialog text Cancel over Close

* update translation reference
This commit is contained in:
Cilibiu Bogdan
2019-02-13 16:29:48 +00:00
committed by Denys Vuika
parent 25e7f5139e
commit 9b2cbdde49
3 changed files with 6 additions and 2 deletions
@@ -8,7 +8,7 @@
<div mat-dialog-actions class="dialog-actions">
<button mat-button mat-dialog-close>
{{ 'VERSION.DIALOG.CLOSE' | translate }}
{{ 'VERSION.DIALOG.CANCEL' | translate }}
</button>
<button
mat-button
@@ -3,6 +3,10 @@
.dialog-actions {
justify-content: flex-end;
button {
text-transform: uppercase;
}
}
.node-version-dialog__title {
+1 -1
View File
@@ -367,7 +367,7 @@
},
"DIALOG": {
"TITLE": "Upload New Version",
"CLOSE": "Close",
"CANCEL": "Cancel",
"UPLOAD": "Upload"
},
"FORM": {