Skip to content

Commit

Permalink
BIG fix
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed May 24, 2024
1 parent d2c4d25 commit d6f2e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct NCAutoUploadFileNamesView: View {
var body: some View {
Form {
// Specify Filename
Section(header: Text(NSLocalizedString("_filename_", comment: ""))) {
Section(header: Text(NSLocalizedString("_mode_filename_", comment: ""))) {
Toggle(NSLocalizedString("_maintain_original_filename_", comment: ""), isOn: $model.maintainFilename)
.font(.system(size: 16))
.onChange(of: model.maintainFilename, perform: { newValue in
Expand Down

0 comments on commit d6f2e1d

Please sign in to comment.