diff --git a/src/FlexibleTable/FlexibleTable.jsx b/src/FlexibleTable/FlexibleTable.jsx
index 84ee3da538f37b83f6aec92966e712866c695e0f..f3da2a4e3983f2c45c09cbb846f1d619774be4a1 100644
--- a/src/FlexibleTable/FlexibleTable.jsx
+++ b/src/FlexibleTable/FlexibleTable.jsx
@@ -210,7 +210,7 @@ export default function FlexibleTable({
 					/>
 
 					<DuoInput
-						label={__("Border row width", 'flexible-invoices-core')}
+						label={__("Row top/bottom border width", 'flexible-invoices-core')}
 						values={
 							{
 								headerBorderRowWidthTop,
@@ -227,7 +227,7 @@ export default function FlexibleTable({
 						onChange={(value) => setAttributes({headerBorderColumnColor: value})}
 					/>
 					<DuoInput
-						label={__("Border cell width", 'flexible-invoices-core')}
+						label={__("Column left/right border width", 'flexible-invoices-core')}
 						values={
 							{
 								headerBorderColumnWidthLeft,
@@ -303,14 +303,14 @@ export default function FlexibleTable({
 						}
 					/>
 					<ColorSelector
-						label={__('Border row color', 'flexible-invoices-core')}
+						label={__('Row top/bottom border width', 'flexible-invoices-core')}
 						value={bodyBorderRowColor}
 						enableAlpha={false}
 						returnFormat={'hex'}
 						onChange={(value) => setAttributes({bodyBorderRowColor: value})}
 					/>
 					<DuoInput
-						label={__("Border row width", 'flexible-invoices-core')}
+						label={__("Column left/right border width", 'flexible-invoices-core')}
 						values={
 							{
 								bodyBorderRowWidthTop,