@rebasepro/studio 0.11.1-canary.gfd39654 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1480,11 +1480,11 @@ var SQLEditor = () => {
1480
1480
  actionableCollections.length > 0 && /* @__PURE__ */ jsxs("div", {
1481
1481
  className: cls("px-4 py-1.5 border-b flex items-center gap-2 shrink-0 bg-surface-50 dark:bg-surface-900", defaultBorderMixin),
1482
1482
  children: [/* @__PURE__ */ jsx(Tooltip, {
1483
- title: t("studio_sql_cms_collections_tooltip"),
1483
+ title: t("studio_sql_admin_collections_tooltip"),
1484
1484
  children: /* @__PURE__ */ jsx(Typography, {
1485
1485
  variant: "caption",
1486
1486
  className: "text-[10px] font-bold uppercase tracking-widest text-text-disabled dark:text-text-disabled-dark mr-1 shrink-0 cursor-help",
1487
- children: t("studio_sql_cms")
1487
+ children: t("studio_sql_collections_label")
1488
1488
  })
1489
1489
  }), /* @__PURE__ */ jsx("div", {
1490
1490
  className: "flex items-center gap-1.5 overflow-x-auto no-scrollbar",
@@ -1857,7 +1857,7 @@ var SQLEditor = () => {
1857
1857
  dense: true,
1858
1858
  onClick: () => handleRoleChange(role),
1859
1859
  className: cls("text-xs", selectedRole === role && "text-primary dark:text-primary-dark"),
1860
- children: [role, role === "postgres" ? " " + t("studio_sql_admin") : ""]
1860
+ children: [role, role === "postgres" ? " " + t("studio_sql_collections_label") : ""]
1861
1861
  }, role))
1862
1862
  ] })]
1863
1863
  })
@@ -1961,4 +1961,4 @@ var SQLEditor = () => {
1961
1961
  //#endregion
1962
1962
  export { SQLEditor };
1963
1963
 
1964
- //# sourceMappingURL=SQLEditor-_dCqVAN_.js.map
1964
+ //# sourceMappingURL=SQLEditor-DFYk9r1u.js.map