Skip to content

Commit

Permalink
[#3400] Emphasize the delete update confirmation message
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Nov 2, 2018
1 parent fd2c6f3 commit 6fb5dde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions akvo/rsr/static/dist/results-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion akvo/rsr/static/dist/vendors.bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class RSRUpdate extends React.Component {
);
const deleteButton = update.deletable ? (
<span>
{_("delete_confirmation")}
<strong>{_("delete_confirmation")}</strong>
<p>
<a onClick={deleteUpdate} href="#">
{_("yes")}
Expand Down

0 comments on commit 6fb5dde

Please # to comment.