Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Feb 27, 2025
1 parent afacfb6 commit bdde1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/templates-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
<option value="append" title="Insert new value after existing">Append</option>
<option value="coalesce" title="Overwrite if existing value is empty">Fill if empty</option>
<option class="warning-text" value="coalesce-new" title="Overwrite if new value is not empty">Overwrite if available</option>
<option class="danger-text" value="overwrite" title="Overwrite with new value, even if empty">Overwrite</option>
<option class="danger-text" value="overwrite" title="Overwrite even if new value is empty">Overwrite</option>
</select>
</div>
</template>
Expand Down

0 comments on commit bdde1ea

Please sign in to comment.