···3030 <Login />
3131 <TextInputSetting
3232 atom={constellationURLAtom}
3333- title={"Constellation URL"}
3333+ title={"Constellation"}
3434 description={
3535- "customize the Constellation instance to be used by Red Dwarf"
3535+ "Customize the Constellation instance to be used by Red Dwarf"
3636 }
3737 init={defaultconstellationURL}
3838 />
3939 <TextInputSetting
4040 atom={slingshotURLAtom}
4141- title={"Slingshot URL"}
4242- description={"customize the Slingshot instance to be used by Red Dwarf"}
4141+ title={"Slingshot"}
4242+ description={"Customize the Slingshot instance to be used by Red Dwarf"}
4343 init={defaultslingshotURL}
4444 />
4545+ <span className="text-gray-500 dark:text-gray-400 py-4 px-6">please restart/refresh the app if changes arent applying correctly</span>
4546 </>
4647 );
4748}