diff --git a/index.html b/index.html index b4956e8..ec01cbf 100644 --- a/index.html +++ b/index.html @@ -141,6 +141,8 @@ logoutTitle: 'Logout', logoutErrorUnknown: 'Unexpected error while logging out', logoutSuccess: 'Logged out successfully', + + closeTitle: 'Close', }, ui: { diff --git a/src/components/Modal.vue b/src/components/Modal.vue index 0dba4cc..0c2c2d7 100644 --- a/src/components/Modal.vue +++ b/src/components/Modal.vue @@ -15,8 +15,15 @@ -->