Skip to content
Snippets Groups Projects
Commit fbb4887a authored by Felipe's avatar Felipe Committed by Tom Robinson
Browse files

Remove unnecessary double quote

parent a8331586
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ export const AM_PM_OPTIONS = [
];
export const DAY_OF_WEEK_OPTIONS = [
{ name: t`"Sunday`, value: "sun" },
{ name: t`Sunday`, value: "sun" },
{ name: t`Monday`, value: "mon" },
{ name: t`Tuesday`, value: "tue" },
{ name: t`Wednesday`, value: "wed" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment