UPDATE: Uses shorter date and time on "Last updated"
Also typo "Updated at" => "Updated on"
This commit is contained in:
@@ -2050,10 +2050,10 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
lastUpdated: {
|
lastUpdated: {
|
||||||
text: "Updated at",
|
text: "Updated on",
|
||||||
formatOptions: {
|
formatOptions: {
|
||||||
dateStyle: "full",
|
dateStyle: "medium",
|
||||||
timeStyle: "medium",
|
timeStyle: "short",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user