Skip to content

Commit eee9a3f

Browse files
committed
frontend/x11: make R IDE hover text consistent
1 parent eb57a22 commit eee9a3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/packages/comm/x11-apps.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
//import { IconName } from "@cocalc/frontend/components/icon";
7+
import { R_IDE } from "@cocalc/util/consts/ui";
78

89
interface APPS_Interface {
910
[k: string]: {
@@ -102,8 +103,8 @@ export const APPS: Readonly<APPS_Interface> = Object.freeze({
102103
},
103104
rstudio: {
104105
icon: "r",
105-
desc: "An integrated development environment (IDE) for R. Posit, Inc. is in no way affiliated with CoCalc",
106-
label: "R IDE",
106+
desc: "An integrated development environment (IDE) for R. Posit Software, PBC (formerly RStudio, PBC) is in no way affiliated with CoCalc",
107+
label: R_IDE,
107108
},
108109
/* See https://github.com/sagemathinc/cocalc/issues/5427
109110
Sometimes, Octave GUI works, sometimes not.

0 commit comments

Comments
 (0)