fix icon title

This commit is contained in:
Mike Macgirvin 2023-04-07 08:29:16 +10:00
parent 3a2c0b5d7c
commit f90f14ed7c
2 changed files with 2 additions and 2 deletions

View file

@ -1099,7 +1099,7 @@ function z_status_editor($x, $popup = false)
}
$embedPhotos = t('Attach file from your personal cloud');
$embedFiles = t('Attach File');
$embedFiles = t('Attach/Embed file');
$insertFile = t('Insert File');
$fromDevice = t('from device');
$fromCloud = t('from personal cloud');

View file

@ -125,7 +125,7 @@
{{if $visitor}}
 
<div class="btn-group mr-2 ">
<button type="button" id="attach-source" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
<button type="button" id="attach-source" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" title="{{$embedFiles}}">
<i id="attach-source-icon" class="fa fa-paperclip jot-icons"></i>
</button>
<div class="dropdown-menu">