Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1650 from benetech/frontend_v2
Browse files Browse the repository at this point in the history
#1609 - update modal title
  • Loading branch information
rupeshparab authored Jan 22, 2021
2 parents 9a92dce + 397039e commit be9d49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion v2/src/components/Modals/ProblemSetShareModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default class ProblemSetShareModal extends React.Component {
];
} else {
message = Locales.strings.share_your_problem_set;
header = Locales.strings.share_problem_set;
header = Locales.strings.assign_problem_set;
iconName = faShare;
messageList = [
Locales.strings.allow_students_to_see,
Expand Down
1 change: 1 addition & 0 deletions v2/src/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Locales {
archived_sets_empty: 'No Archived Sets',
archived_solutiom_set: 'Archived Solution Set - {title}',
archived_solutiom_set_failure: 'Failed to archive Solution Set - {title}',
assign_problem_set: 'Assign Problem Set',
assign_set: 'Assign Set',
back: 'Go back',
back_2: 'Back',
Expand Down

0 comments on commit be9d49f

Please sign in to comment.