Skip to content

Commit

Permalink
F #6717: remove text (EE only) Store Restic (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloboescalona2 authored Sep 11, 2024
1 parent 212aa91 commit 3858747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/fireedge/src/client/constants/translates.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ module.exports = {
Ceph: 'Ceph',
LVM: 'LVM',
RawDeviceMapping: 'Raw device mapping',
StorageRestic: 'Backup - Restic (EE only)',
StorageRestic: 'Backup - Restic',
StorageRsync: 'Backup - RSync',

/* datastore */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<option ds="fs" tm="fs_lvm" value="lvm">{{tr "LVM"}}</option>
<option ds="dev" tm="dev" value="raw">{{tr "Raw Device Mapping"}}</option>
<option ds="iscsi_libvirt" tm="iscsi_libvirt" value="iscsi_libvirt">{{tr "iSCSI - Libvirt initiator "}}</option>
<option ds="restic" tm="-" value="restic">{{tr "Backup - Restic (EE Only)"}}</option>
<option ds="restic" tm="-" value="restic">{{tr "Backup - Restic"}}</option>
<option ds="rsync" tm="-" value="rsync">{{tr "Backup - RSync"}}</option>
<option value="custom">{{tr "Custom"}}</option>
</select>
Expand All @@ -55,7 +55,7 @@
<option value="dev">{{tr "Devices"}}</option>
<option value="iscsi_libvirt">{{tr "iSCSI/Libvirt"}}</option>
<option value="vcenter">{{tr "vCenter"}}</option>
<option value="restic">{{tr "Backup - Restic (EE Only)"}}</option>
<option value="restic">{{tr "Backup - Restic"}}</option>
<option value="rsync">{{tr "Backup - RSync"}}</option>
<option value="custom">{{tr "Custom"}}</option>
</select>
Expand Down

0 comments on commit 3858747

Please sign in to comment.