File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
swift_browser_ui_frontend/src/components Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4545 {{ $t("message.share.share_id_tooltip") }}
4646 </span >
4747 </div >
48-
4948 </div >
5049 <c-toasts
5150 id =" copy-toasts"
Original file line number Diff line number Diff line change 11<template >
22 <c-card class =" add-folder" >
3- <div class =" modal-content-wrapper" id =" createFolder-modal-content" >
3+ <div
4+ id =" createFolder-modal-content"
5+ class =" modal-content-wrapper"
6+ >
47 <h4 class =" title is-4 has-text-dark" >
58 {{
69 create
Original file line number Diff line number Diff line change 8989 >
9090 <div class =" shared-notification" >
9191 {{ isShared ? $t('message.share.shared_successfully')
92- : $t('message.share.remove_permission')
92+ : $t('message.share.remove_permission')
9393 }}
9494 <c-button
9595 text
Original file line number Diff line number Diff line change 11<template >
22 <c-card class =" upload-card" >
3- <div class =" modal-content-wrapper" id =" upload-modal-content" >
3+ <div
4+ id =" upload-modal-content"
5+ class =" modal-content-wrapper"
6+ >
47 <h4 class =" title is-4 has-text-dark" >
58 {{ $t("message.encrypt.uploadFiles") }}
69 </h4 >
You can’t perform that action at this time.
0 commit comments