From 8c2f010fa3bc42a611beb956e1e66eb8dd261a04 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 23 Nov 2020 17:53:51 +0100 Subject: Rename application --- frontend/public/manifest.json | 4 ++-- frontend/src/flash.js | 2 +- frontend/src/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend') diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index e7ea515..5d86914 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Inventory", - "name": "Inventory", + "short_name": "Unmess", + "name": "Unmess", "icons": [], "start_url": ".", "display": "standalone", diff --git a/frontend/src/flash.js b/frontend/src/flash.js index 44b9479..96e7a19 100644 --- a/frontend/src/flash.js +++ b/frontend/src/flash.js @@ -23,7 +23,7 @@ class Flash extends React.Component { let that = this; const messages = this.state.messages.map(function(message, index) { return that.remove(message.seq)} autohide={true} delay={(index+1)*3000}> - {message.header || 'Inventory'} + {message.header || 'Unmess'} {message.text} ; }); diff --git a/frontend/src/index.js b/frontend/src/index.js index 75cdf35..aa7865f 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -42,7 +42,7 @@ function Navigation() { return {theme => ( - Inventory + Unmess