rename flat-file to rsync
not a name I like but cannot come up with anything better https://en.wikipedia.org/wiki/Flat_file_database the term 'rsync format' seems to be used in a few places
This commit is contained in:
@@ -59,7 +59,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
|
||||
|
||||
$scope.formats = [
|
||||
{ name: 'Tarball (zipped)', value: 'tgz' },
|
||||
{ name: 'Flat file', value: 'flat-file' }
|
||||
{ name: 'rsync', value: 'rsync' }
|
||||
];
|
||||
|
||||
$scope.planChange = {
|
||||
|
||||
Reference in New Issue
Block a user