Skip to content

Commit 420b07f

Browse files
committed
change add missed localized string "details" label button
1 parent b92bdfe commit 420b07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/calendar/EventDetailsPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const EventDetailsPopover: React.FunctionComponent<
157157
window.open(webLink, '_blank');
158158
}}
159159
>
160-
Details
160+
{strings.CalendarControlDetailsLabel}
161161
</Button>
162162
</Stack>
163163
}

0 commit comments

Comments
 (0)