Skip to content

Commit

Permalink
change Additional Regex Label
Browse files Browse the repository at this point in the history
"Regex Replace" to "Replace"
  • Loading branch information
Cyp9715 committed Aug 31, 2024
1 parent 809601a commit fad2881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeleteNewline/ViewModel/ViewModel_Setting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace DeleteNewline.ViewModel
public partial class AdditionalRegexConfig : ObservableObject
{
[ObservableProperty] string label_expression = "Regex Expression";
[ObservableProperty] string label_replace = "Regex Replace";
[ObservableProperty] string label_replace = "Replace";
[ObservableProperty] string textBox_regexExpression = string.Empty;
[ObservableProperty] string textBox_regexReplace = string.Empty;
}
Expand Down

0 comments on commit fad2881

Please sign in to comment.