Skip to content

Commit

Permalink
Using I18n save text
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Dec 10, 2024
1 parent 1abfbc9 commit 1e4e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms/work_packages/activities_tab/journals/submit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
module WorkPackages::ActivitiesTab::Journals
class Submit < ApplicationForm
form do |notes_form|
notes_form.submit(name: :submit, label: "Save", scheme: :primary,
notes_form.submit(name: :submit, label: I18n.t("button_save"), scheme: :primary,
data: { test_selector: "op-submit-work-package-journal-form" })
end
end
Expand Down

0 comments on commit 1e4e1c0

Please sign in to comment.