Skip to content

Commit 448a1c0

Browse files
committed
fix(protocol-designer): use correct degree symbol: '˚' -> '°'
1 parent cc11d93 commit 448a1c0

File tree

1 file changed

+8
-8
lines changed
  • protocol-designer/src/assets/localization/en

1 file changed

+8
-8
lines changed

protocol-designer/src/assets/localization/en/modal.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
},
9999
"auto_add_pause_until_temp_step": {
100100
"heater_shaker": {
101-
"body": "<p>A pause step to wait for the Heater-Shaker to reach {{temperature}}\u00a0˚C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
102-
"title": "Pause until Heater-Shaker reaches {{temperature}}\u00a0˚C"
101+
"body": "<p>A pause step to wait for the Heater-Shaker to reach {{temperature}}\u00a0°C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
102+
"title": "Pause until Heater-Shaker reaches {{temperature}}\u00a0°C"
103103
},
104104
"legacy": {
105105
"body": "Add a pause step to wait until the {{module}} reaches {{temp}} °C. Click Skip to continue to the next protocol step without pausing.",
@@ -108,16 +108,16 @@
108108
"title": "Pause protocol until {{module}} reaches {{temp}} °C?"
109109
},
110110
"temperature_module": {
111-
"body": "<p>A pause step to wait for the Temperature Module to reach {{temperature}}\u00a0˚C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
112-
"title": "Pause until Temperature Module reaches {{temperature}}\u00a0˚C"
111+
"body": "<p>A pause step to wait for the Temperature Module to reach {{temperature}}\u00a0°C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
112+
"title": "Pause until Temperature Module reaches {{temperature}}\u00a0°C"
113113
},
114114
"thermocycler_block": {
115-
"body": "<p>A pause step to wait for the Thermocycler Block to reach {{temperature}}\u00a0˚C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
116-
"title": "Pause until Thermocycler Block reaches {{temperature}}\u00a0˚C"
115+
"body": "<p>A pause step to wait for the Thermocycler Block to reach {{temperature}}\u00a0°C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
116+
"title": "Pause until Thermocycler Block reaches {{temperature}}\u00a0°C"
117117
},
118118
"thermocycler_lid": {
119-
"body": "<p>A pause step to wait for the Thermocycler Lid to reach {{temperature}}\u00a0˚C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
120-
"title": "Pause until Thermocycler Lid reaches {{temperature}}\u00a0˚C"
119+
"body": "<p>A pause step to wait for the Thermocycler Lid to reach {{temperature}}\u00a0°C will automatically be added to the timeline.</p><p>You can insert steps before the pause to run them in-parallel while the module heats or cools.</p>",
120+
"title": "Pause until Thermocycler Lid reaches {{temperature}}\u00a0°C"
121121
},
122122
"thermocycler_profile": {
123123
"body": "<p>The protocol will wait for the Thermocycler profile to complete before continuing to the next step.</p><p>You can insert steps between the start profile and wait for profile to complete check points to run them in-parallel while the profile executes.</p>",

0 commit comments

Comments
 (0)