|
|
@@ -134,7 +134,7 @@ export const CopyDropdown = (props) => {
|
|
|
checked={isParamsAppended}
|
|
|
onChange={toggleAppendParams}
|
|
|
/>
|
|
|
- <label className="form-label form-check-label small" htmlFor={customSwitchForParamsId}>Append params</label>
|
|
|
+ <label className="form-label form-check-label small" htmlFor={customSwitchForParamsId}>{ t('copy_to_clipboard.Append params') }</label>
|
|
|
</div>
|
|
|
) }
|
|
|
</div>
|