mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove Jupyter string from books and notebooks in UI (#14583)
This commit is contained in:
@@ -84,8 +84,8 @@ export function httpRequestError(code: number, message: string): string { return
|
||||
export function msgDownloadLocation(downloadLocation: string): string { return localize('msgDownloadLocation', "Downloading to {0}", downloadLocation); }
|
||||
|
||||
// Create Book dialog constants
|
||||
export const newGroup = localize('newGroup', "New Group");
|
||||
export const groupDescription = localize('groupDescription', "Groups are used to organize Notebooks.");
|
||||
export const newGroup = localize('newGroup', "New Book");
|
||||
export const groupDescription = localize('groupDescription', "Books are used to organize Notebooks.");
|
||||
export const locationBrowser = localize('locationBrowser', "Browse locations...");
|
||||
export const selectContentFolder = localize('selectContentFolder', "Select content folder");
|
||||
export const browse = localize('browse', "Browse");
|
||||
|
||||
Reference in New Issue
Block a user