Skip to content

Commit 5ff86df

Browse files
committed
Merge pull request django-cms#4686 from divio/typo
Typo
2 parents 5f06922 + 3bb2967 commit 5ff86df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/templates/cms/toolbar/dragitem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020
{% else %}
2121
<div class="cms-hover-tooltip cms-hover-tooltip-left cms-plugin-disabled" tabindex="-1"
22-
data-tooltip="{% trans "This plugin cannot be moved or edited outside of it's parent" %}">
22+
data-tooltip="{% trans "This plugin cannot be moved or edited outside of its parent" %}">
2323
<span class="cms-icon cms-icon-lock"></span>
2424
</div>
2525
{% endif %}

0 commit comments

Comments
 (0)