Skip to content

Commit

Permalink
fix: info icon message not getting translated (deriv-com#13707)
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv authored and likhith-deriv committed Feb 20, 2024
1 parent b315e12 commit befbc0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const OrderTimeSelection = ({ ...field }: FormikValues) => {
const { showModal } = useModalManagerContext();
const { ui } = useStore();
const { is_mobile } = ui;
const order_time_info_message = 'Orders will expire if they aren’t completed within this time.';
const order_time_info_message = localize('Orders will expire if they aren’t completed within this time.');
const order_completion_time_list = [
{
text: localize('1 hour'),
Expand Down

0 comments on commit befbc0c

Please sign in to comment.