mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
fix
This commit is contained in:
parent
0d8a81ff11
commit
0da8fd6355
@ -1 +1 @@
|
|||||||
VERSION = "7.2.1"
|
VERSION = "7.2.2"
|
||||||
|
|||||||
@ -276,7 +276,7 @@ export const BulkActionPermissionModal: React.FC<BulkActionPermissionModalProps>
|
|||||||
|
|
||||||
<div className="permission-panel">
|
<div className="permission-panel">
|
||||||
<h3>
|
<h3>
|
||||||
{translateString('To add')}
|
{permissionType === 'viewer' ? translateString('Existing co-viewers') : permissionType === 'editor' ? translateString('Existing co-editors') : translateString('Existing co-owners')}
|
||||||
{selectedMediaIds.length > 1 && (
|
{selectedMediaIds.length > 1 && (
|
||||||
<span className="info-tooltip" title={translateString('The intersection of users in the selected media is shown')}>
|
<span className="info-tooltip" title={translateString('The intersection of users in the selected media is shown')}>
|
||||||
?
|
?
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user