File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
apps/remix-ide/src/app/tabs/locales/en
libs/remix-ui/run-tab/src/lib/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7171 "udapp.tooltipText6" : " Autogenerated generic user interfaces for interaction with deployed contracts" ,
7272
7373 "udapp.savedContracts" : " Saved Contracts" ,
74- "udapp.NoSavedInstanceText" : " Currently you have no saved contracts to interact with ." ,
74+ "udapp.NoSavedInstanceText" : " No saved contracts found ." ,
7575 "udapp.tooltipTextUnsave" : " Unsave & move to Deployed Contracts list" ,
7676 "udapp.savedOn" : " Saved On" ,
7777 "udapp.filePath" : " File Path" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export function InstanceContainerUI(props: InstanceContainerProps) {
3636 return (
3737 < div className = "udapp_instanceContainer mt-3 border-0 list-group-item" >
3838 { env . current && env . current === 'injected' ? (
39- < div className = "d-flex justify-content-between align-items-center pl-2 mb-2 " >
39+ < div className = "d-flex justify-content-between align-items-center pl-2" >
4040 < CustomTooltip placement = "top-start" tooltipClasses = "text-nowrap" tooltipId = "deployAndRunClearInstancesTooltip" tooltipText = { < FormattedMessage id = "udapp.tooltipText6" /> } >
4141 < label className = "udapp_deployedContracts" >
4242 < FormattedMessage id = "udapp.savedContracts" />
@@ -68,13 +68,13 @@ export function InstanceContainerUI(props: InstanceContainerProps) {
6868 } ) }
6969 </ div >
7070 ) : (
71- < span className = "mx-2 mt-3 alert alert-warning " data-id = "NoSavedInstanceText" role = "alert ">
71+ < span className = "mx-2 mt-2 text-dark " data-id = "NoSavedInstanceText" >
7272 < FormattedMessage id = "udapp.NoSavedInstanceText" />
7373 </ span >
7474 )
7575 ) : null }
7676
77- < div className = "d-flex justify-content-between align-items-center pl-2 mb-2 mt-3 " >
77+ < div className = "d-flex justify-content-between align-items-center pl-2 mb-2 mt-2 " >
7878 < CustomTooltip placement = "top-start" tooltipClasses = "text-nowrap" tooltipId = "deployAndRunClearInstancesTooltip" tooltipText = { < FormattedMessage id = "udapp.tooltipText6" /> } >
7979 < label className = "udapp_deployedContracts" >
8080 < FormattedMessage id = "udapp.deployedContracts" />
You can’t perform that action at this time.
0 commit comments