Skip to content

Commit fb9dc03

Browse files
authored
fixing inconsistent capitalization (#1080)
1 parent ede01ef commit fb9dc03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/frontend/components/feedbackBoardContainer.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1147,8 +1147,8 @@ class FeedbackBoardContainer extends React.Component<FeedbackBoardContainerProps
11471147
className: 'hide-mobile',
11481148
iconProps: { iconName: 'ReportDocument' },
11491149
onClick: this.showRetroSummaryDialog,
1150-
text: 'Show Retrospective Summary',
1151-
title: 'Show Retrospective Summary',
1150+
text: 'Show retrospective summary',
1151+
title: 'Show retrospective summary',
11521152
},
11531153
{
11541154
key: 'archiveBoard',

src/frontend/components/feedbackBoardMetadataForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class FeedbackBoardMetadataForm extends React.Component<IFeedbackBoardMetadataFo
373373
onChange={this.handleIsIncludeTeamEffectivenessMeasurementCheckboxChange}
374374
/>
375375
<div className="italic text-sm font-thin text-left">
376-
Note: All user information for assessment answers is always stored anonymously.
376+
Note: User information for assessment answers is stored anonymously.
377377
</div>
378378
</div>
379379
</div>

0 commit comments

Comments
 (0)