🌐Translations for the latest features (#78)
* 🌐Translations for the latest features
Also:
- Rename “Home” to Shared drive
- Hide banner with suggestion of downloading desktop app
- Fix Upload button on main screen
- Add separate buttons for the manage access and share by link
This commit is contained in:
@@ -5,6 +5,9 @@ module.exports = function (app) {
|
||||
'/internal',
|
||||
createProxyMiddleware({
|
||||
target: 'http://localhost:4000',
|
||||
onError: (err, req, resp) => {
|
||||
console.log(err);
|
||||
},
|
||||
}),
|
||||
);
|
||||
app.use(
|
||||
|
||||
Reference in New Issue
Block a user