diff --git a/packages/nc-gui/components/project/AccessSettings.vue b/packages/nc-gui/components/project/AccessSettings.vue
index f1b1eecb38..83417538f7 100644
--- a/packages/nc-gui/components/project/AccessSettings.vue
+++ b/packages/nc-gui/components/project/AccessSettings.vue
@@ -215,9 +215,9 @@ watch(currentBase, () => {
diff --git a/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md b/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md
index f191afecf3..17d272bc32 100644
--- a/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md
+++ b/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md
@@ -49,7 +49,7 @@ List of linked records will appear as a dropdown containing linked records as ca
3. List (cards) of linked records
4. Click on the `-` icon to unlink the record
5. To view additional information (expanded record), hover on the card & click on the `<>` icon
-6. Click on `+ New record` button to add a new record & link it to the current record
+6. Click on `+ New record` button to create and link a new record to the current one
7. Click on `Link more records` to link an existing record [Read more](#link-new-records)
8. Pagination bar
@@ -67,7 +67,7 @@ A brief note about the modal components:
3. List (cards) of records available for linking
4. Click on the `+` icon to link the record
5. To view additional information (expanded record) before linking, hover on the card & click on the `<>` icon
-6. Click on `+ New record` button to add a new record & link it to the current record
+6. Click on `+ New record` button to create and link a new record to the current one
7. Pagination bar
:::info
@@ -75,6 +75,7 @@ Multiple records can be linked at once.
:::
### Unlink records
+
To unlink a record, open the `Linked Records` modal & click on the `-` icon on the card of the record to be unlinked.
:::info
@@ -83,4 +84,4 @@ Multiple records can be unlinked at once.
### Related fields
- [Lookup](020.lookup.md)
-- [Rollup](030.rollup.md)
\ No newline at end of file
+- [Rollup](030.rollup.md)