🌐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:
@@ -87,7 +87,7 @@ describe("the Drive feature", () => {
|
||||
const result = deserialize<DriveItemDetailsMockClass>(DriveItemDetailsMockClass, response.body);
|
||||
|
||||
expect(result.item.id).toEqual("root");
|
||||
expect(result.item.name).toEqual("Home");
|
||||
expect(result.item.name).toEqual("Shared Drive");
|
||||
});
|
||||
|
||||
it("did fetch the trash", async () => {
|
||||
|
||||
Reference in New Issue
Block a user