Skip to content

Commit

Permalink
Merge pull request #75 from solracsf/patch-1
Browse files Browse the repository at this point in the history
Move note to it's own paragraph
  • Loading branch information
m-mohamedin authored Sep 30, 2024
2 parents 3d1b2a7 + 6223499 commit bad7b71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<option value="no"<?php if ($_["drawioOfflineMode"] === "no") echo ' selected'; ?>><?php p($l->t("No")) ?></option>
</select>
</p>

<p><?php p($l->t("When the \"offline mode\" is active, this disables all remote operations and features to protect the users privacy. Draw.io will then also only be in English, even if you set a different language manually.")) ?></p>

<p class="drawio-header">
Expand All @@ -48,8 +47,8 @@
<option value="yes"<?php if ($_["drawioAutosave"] === "yes") echo ' selected'; ?>><?php p($l->t("Yes")) ?></option>
<option value="no"<?php if ($_["drawioAutosave"] === "no") echo ' selected'; ?>><?php p($l->t("No")) ?></option>
</select>
<?php p($l->t("Note: To enable realtime collaboration, autosave must be active.")) ?>
</p>
<p><?php p($l->t("Note: To enable realtime collaboration, autosave must be active.")) ?></p>

<p class="drawio-header">
<label for='drawioLibraries'><?php p($l->t("Enable libraries?")) ?>
Expand Down

0 comments on commit bad7b71

Please sign in to comment.