Skip to content

Commit

Permalink
User: update helptext to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Mar 28, 2024
1 parent 24c90f1 commit db92a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/user-form-preferences.twig
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{% endif %}

{% set title %}{% trans "Force current Library duration?" %}{% endset %}
{% set helpText %}{% trans "Assign all Media items based on their Library duration, and make it sticky so that changes in the library are not pulled into Layouts." %}{% endset %}
{% set helpText %}{% trans "Assign all Media items to Playlists based on their Library duration, and make it sticky so that changes in the library are not pulled into Layouts." %}{% endset %}
{{ forms.checkbox("useLibraryDuration", title, currentUser.getOptionValue("useLibraryDuration", 0), helpText) }}

{% set title %}{% trans "Auto show thumbnail column?" %}{% endset %}
Expand Down

0 comments on commit db92a70

Please sign in to comment.