Skip to content

Commit 4cef8bf

Browse files
committed
Remove extra spaces in i18n string
1 parent 8b7a761 commit 4cef8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/pages/edit_server.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
<select class="vst-list" name="v_backup_type" id="backup_type">
726726
<option value='ftp'><?=_('ftp'); ?></option>
727727
<option value='sftp' <?php if((!empty($v_backup_type)) && (trim($v_backup_type,"'") == 'sftp' )) echo 'selected="selected"'; ?>><?=_('sftp'); ?></option>
728-
<option value="b2" <?php if((!empty($v_backup_type)) && (trim($v_backup_type,"'") == 'b2' )) echo 'selected="selected"'; ?>><?=_('Backblaze '); ?>
728+
<option value="b2" <?php if((!empty($v_backup_type)) && (trim($v_backup_type,"'") == 'b2' )) echo 'selected="selected"'; ?>><?=_('Backblaze'); ?>
729729
</select>
730730
<br><br>
731731
</td>
@@ -1035,7 +1035,7 @@
10351035
</tr>
10361036
<tr>
10371037
<td class="vst-text input-label">
1038-
<?=_('Prevent CSRF ');?>
1038+
<?=_('Prevent CSRF');?>
10391039
</td>
10401040
</tr>
10411041
<tr>

0 commit comments

Comments
 (0)