Added new languages to lib/lang.

This commit is contained in:
Mike Cao 2023-04-08 15:51:49 -07:00
parent 7b97cb3348
commit 0dc6529cf1
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,7 @@ export default function PagesTable({ websiteId, showFilters, ...props }) {
const buttons = [
{
label: formatMessage(labels.url),
label: 'URL',
key: 'url',
},
{