Skip to content

Commit

Permalink
Merge pull request #24 from robertgarrigos/patch_22
Browse files Browse the repository at this point in the history
Fixes #22: Minor typo in Reset description
  • Loading branch information
robertgarrigos authored Aug 29, 2023
2 parents 686e9de + 62b4691 commit 22b8631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function demo_reset_confirm($form, &$form_state) {
return confirm_form($form,
t('Are you sure you want to reset the site?'),
'admin/structure/demo',
t('Overwrites all changes that made to this site since the chosen snapshot.'),
t('Overwrites all changes made to this site since the chosen snapshot.'),
t('Reset')
);
}
Expand Down

0 comments on commit 22b8631

Please sign in to comment.