Skip to content

Commit

Permalink
chore(board): add call to action on board access
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and Joanne Nolan committed Nov 30, 2020
1 parent eebb935 commit cecf090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/board/src/Taskboard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@
{#if !error}
{#each warnings as warning}
<Notification type="warning" message="{ warning.action } failed">
Could not reach the board back-end.
Could not reach the board back-end. <a href>Reload board.</a>
</Notification>
{/each}
{/if}
Expand Down

0 comments on commit cecf090

Please sign in to comment.