diff options
Diffstat (limited to 'components/notice/notice-create-dialog.tsx')
| -rw-r--r-- | components/notice/notice-create-dialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/notice/notice-create-dialog.tsx b/components/notice/notice-create-dialog.tsx index 21cd46f6..591b2bc7 100644 --- a/components/notice/notice-create-dialog.tsx +++ b/components/notice/notice-create-dialog.tsx @@ -147,7 +147,7 @@ export function NoticeCreateDialog({ <SelectContent>
{pagePathOptions.map((option) => (
<SelectItem key={option.value} value={option.value}>
- {safeTranslate(option.label)}
+ {safeTranslate(option.label)} - {option.value}
</SelectItem>
))}
</SelectContent>
|
