From cecf090bb4e8880eea564bba67c612d054b1cd14 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 16 Nov 2020 23:50:41 +0100 Subject: [PATCH] chore(board): add call to action on board access --- packages/board/src/Taskboard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/board/src/Taskboard.svelte b/packages/board/src/Taskboard.svelte index 47bd4353..cf2401b2 100644 --- a/packages/board/src/Taskboard.svelte +++ b/packages/board/src/Taskboard.svelte @@ -784,7 +784,7 @@ {#if !error} {#each warnings as warning} - Could not reach the board back-end. + Could not reach the board back-end. Reload board. {/each} {/if}