Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • coscine/frontend/apps/ui
1 result
Select Git revision
Loading items
Show changes

Commits on Source 3

{ {
"name": "ui", "name": "ui",
"version": "1.10.0", "version": "1.10.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
......
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
resourceTypePopover: resourceTypePopover:
"Für weitere Informationen zu Ressourcentypen siehe", "Für weitere Informationen zu Ressourcentypen siehe",
resourceTypePopoverUrl: resourceTypePopoverUrl:
"https://help.itc.rwth-aachen.de/service/b2b7729fd93f4c7080b475776f6b5d87/article/7812e3fcd3a241808f5b91e11b6ca3a9/", "https://help.itc.rwth-aachen.de/service/b2b7729fd93f4c7080b475776f6b5d87/article/cb1bce8799564f83a3f4a7ea8d74fbc8/",
}, },
popover: { popover: {
title: "Quota nicht ausreichend", title: "Quota nicht ausreichend",
......
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
size: "Resource Size:", size: "Resource Size:",
resourceTypePopover: "For more information on resource types see", resourceTypePopover: "For more information on resource types see",
resourceTypePopoverUrl: resourceTypePopoverUrl:
"https://help.itc.rwth-aachen.de/en/service/b2b7729fd93f4c7080b475776f6b5d87/article/7812e3fcd3a241808f5b91e11b6ca3a9/", "https://help.itc.rwth-aachen.de/en/service/b2b7729fd93f4c7080b475776f6b5d87/article/cb1bce8799564f83a3f4a7ea8d74fbc8/",
}, },
popover: { popover: {
title: "Quota not sufficient", title: "Quota not sufficient",
......