Skip to content

Commit

Permalink
add watermark placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Apr 25, 2024
1 parent 27276a1 commit 02cce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
<br />
<p><?php p($l->t("Watermark text")) ?></p>
<br />
<p class="settings-hint"><?php p($l->t("Supported placeholders")) ?>: {userId}, {date}</p>
<p class="settings-hint"><?php p($l->t("Supported placeholders")) ?>: {userId}, {date}, {themingName}</p>
<p><input id="onlyofficeWatermark_text" value="<?php p($_["watermark"]["text"]) ?>" placeholder="<?php p($l->t("DO NOT SHARE THIS")) ?> {userId} {date}" type="text"></p>

<br />
Expand Down

0 comments on commit 02cce30

Please sign in to comment.