This commit is contained in:
Markos Gogoulos 2025-10-27 12:27:53 +02:00
parent 0d8a81ff11
commit 0da8fd6355
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
VERSION = "7.2.1" VERSION = "7.2.2"

View File

@ -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