diff --git a/src/components/Albums/AlbumForm.vue b/src/components/Albums/AlbumForm.vue index 03a540ac2..943aeb384 100644 --- a/src/components/Albums/AlbumForm.vue +++ b/src/components/Albums/AlbumForm.vue @@ -29,18 +29,18 @@ :required="true" autofocus="true" :label="t('photos', 'Name of the album')" /> - + + +
{{ t('photos', 'Back') }} @@ -48,22 +48,20 @@ {{ t('photos', 'Add collaborators') }} - {{ editMode ? t('photos', 'Save') : t('photos', 'Create album') }} @@ -73,22 +71,20 @@ -