locale fix

This commit is contained in:
rulingcom 2025-04-08 15:02:23 +08:00
parent 0b52552721
commit d820db3596
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@
<input id="history_email_id" type="text"> <input id="history_email_id" type="text">
</div> </div>
<div> <div>
<label for="history_ticket_number"><%= t("ask.ticket_number") %></label> <label for="history_ticket_number"><%= t("ask.serial_number") %></label>
<input id="history_ticket_number" type="text"> <input id="history_ticket_number" type="text">
</div> </div>
<div> <div>

View File

@ -24,7 +24,7 @@ en:
apply_all: "Apply All" apply_all: "Apply All"
discard_changes: "Discard Changes" discard_changes: "Discard Changes"
default_custom_fields: "Default custom fields" default_custom_fields: "Default custom fields"
serial_number: "No." serial_number: "Ticket No."
the_same_as_field_name: "The same as Field Name" the_same_as_field_name: "The same as Field Name"
recover_data: "Recover Data" recover_data: "Recover Data"
are_you_sure_to_recover_data: "Are you sure to recover data?" are_you_sure_to_recover_data: "Are you sure to recover data?"