Skip to content

Commit 4b53167

Browse files
committed
change text
1 parent 4c589f8 commit 4b53167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/insomnia/src/ui/components/first-request-creation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export const FirstRequestCreation = ({
344344
items={collectionItems}
345345
selectedKey={selectedCollectionId}
346346
onSelectionChange={key => onSelectedCollectionChange(key ? String(key) : null)}
347-
title="Import destination"
347+
title="Where should we put your request?"
348348
emptyState="You have no collections, so a new one will be created for you by default."
349349
footer={
350350
<Button onPress={onCreateCollection} size="sm">

0 commit comments

Comments
 (0)