Skip to content

Commit

Permalink
Update js/src/admin/components/EditLinkModal.js
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com>
  • Loading branch information
imorland and DavideIadeluca authored Oct 14, 2024
1 parent da0c9e1 commit a929984
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/src/admin/components/EditLinkModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ export default class EditlinksModal extends Modal {
[
<div className="Form-group">
<label>{app.translator.trans('fof-links.admin.edit_link.visibility.label')}</label>
<p className="helpText">{app.translator.trans('fof-links.admin.edit_link.visibility.help-disabled')}</p>
<Alert dismissible={false} type="warning">
{app.translator.trans('fof-links.admin.edit_link.visibility.help-disabled')}
</Alert>
</div>,
],
permissionPriority
Expand Down

0 comments on commit a929984

Please # to comment.