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">
|
||||
<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 {
|
||||
|
||||
@@ -367,7 +367,7 @@
|
||||
},
|
||||
"DIALOG": {
|
||||
"TITLE": "Upload New Version",
|
||||
"CLOSE": "Close",
|
||||
"CANCEL": "Cancel",
|
||||
"UPLOAD": "Upload"
|
||||
},
|
||||
"FORM": {
|
||||
|
||||
Reference in New Issue
Block a user