mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
committed by
Denys Vuika
parent
25e7f5139e
commit
9b2cbdde49
@@ -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 {
|
||||||
|
|||||||
@@ -367,7 +367,7 @@
|
|||||||
},
|
},
|
||||||
"DIALOG": {
|
"DIALOG": {
|
||||||
"TITLE": "Upload New Version",
|
"TITLE": "Upload New Version",
|
||||||
"CLOSE": "Close",
|
"CANCEL": "Cancel",
|
||||||
"UPLOAD": "Upload"
|
"UPLOAD": "Upload"
|
||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
|
|||||||
Reference in New Issue
Block a user