[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"> <div mat-dialog-actions class="dialog-actions">
<button mat-button mat-dialog-close> <button mat-button mat-dialog-close>
{{ 'VERSION.DIALOG.CLOSE' | translate }} {{ 'VERSION.DIALOG.CANCEL' | translate }}
</button> </button>
<button <button
mat-button mat-button
@@ -3,6 +3,10 @@
.dialog-actions { .dialog-actions {
justify-content: flex-end; justify-content: flex-end;
button {
text-transform: uppercase;
}
} }
.node-version-dialog__title { .node-version-dialog__title {
+1 -1
View File
@@ -367,7 +367,7 @@
}, },
"DIALOG": { "DIALOG": {
"TITLE": "Upload New Version", "TITLE": "Upload New Version",
"CLOSE": "Close", "CANCEL": "Cancel",
"UPLOAD": "Upload" "UPLOAD": "Upload"
}, },
"FORM": { "FORM": {