Skip to content

Commit

Permalink
rename to potentially
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Roy Almerol committed Nov 15, 2024
1 parent 7296d88 commit c190475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/proxy/views/d2d_backup/disk_backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Ext.define('PBS.D2DManagement', {
},
{
xtype: 'pbsDiskPartialFilePanel',
title: 'Partial Files',
title: 'Potentially Partial Files',
itemId: 'partial-files',
iconCls: 'fa fa-file',
},
Expand Down
2 changes: 1 addition & 1 deletion internal/proxy/views/d2d_backup/windows/partial_file.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ext.define('PBS.D2DManagement.PartialFileEditWindow', {

isCreate: true,
isAdd: true,
subject: 'Disk Backup Partial File',
subject: 'Disk Backup Potentially Partial File',
cbindData: function(initialConfig) {
let me = this;

Expand Down

0 comments on commit c190475

Please sign in to comment.